[INFO] cloning repository https://github.com/furbyhaxx/pi-pie-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/furbyhaxx/pi-pie-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffurbyhaxx%2Fpi-pie-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffurbyhaxx%2Fpi-pie-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2683beb30036c134277e57b3cd139b5624147c2b
[INFO] fixing furbyhaxx/pi-pie-rs against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffurbyhaxx%2Fpi-pie-rs" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/furbyhaxx/pi-pie-rs
[INFO] finished tweaking git repo https://github.com/furbyhaxx/pi-pie-rs
[INFO] tweaked toml for git repo https://github.com/furbyhaxx/pi-pie-rs written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/furbyhaxx/pi-pie-rs on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/furbyhaxx/pi-pie-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: package.author
[INFO] [stderr] warning: `pi-pie` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.121
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.121
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.121
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.121
[INFO] [stderr]   Downloaded cliclack v0.5.4
[INFO] [stderr]   Downloaded js-sys v0.3.98
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] adea9601ebacab822168719d4a3f6771edeb81c501b695213e8ee3db9de5645c
[INFO] running `Command { std: "docker" "start" "adea9601ebacab822168719d4a3f6771edeb81c501b695213e8ee3db9de5645c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "adea9601ebacab822168719d4a3f6771edeb81c501b695213e8ee3db9de5645c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "adea9601ebacab822168719d4a3f6771edeb81c501b695213e8ee3db9de5645c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "adea9601ebacab822168719d4a3f6771edeb81c501b695213e8ee3db9de5645c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: package.author
[INFO] [stderr] warning: `pi-pie` (manifest) generated 1 warning
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking unit-prefix v0.5.2
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking winnow v1.0.3
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking indicatif v0.18.4
[INFO] [stderr]     Checking terminal_size v0.4.4
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking cliclack v0.5.4
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking pi-pie v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected `:`, found `Option`
[INFO] [stdout]   --> src/config/app.rs:14:16
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct PieConfig {
[INFO] [stdout]    |            --------- while parsing this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |   pub template Option<TemplateConfig>,
[INFO] [stdout]    |                ^^^^^^ expected `:`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `:`, found `Option`
[INFO] [stdout]   --> src/config/app.rs:14:16
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct PieConfig {
[INFO] [stdout]    |            --------- while parsing this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |   pub template Option<TemplateConfig>,
[INFO] [stdout]    |                ^^^^^^ expected `:`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `pub`
[INFO] [stdout]  --> src/constants.rs:6:86
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub const DEFAULT_PIE_ENVIRONMENT_ROOT_DIR: &'static str = "~/.pi/agent/environments"
[INFO] [stdout]   |                                                                                      ^ help: add `;` here
[INFO] [stdout] 7 | pub const DEFAULT_PIE_CONFIG_FILE: &'static str = "config.toml"
[INFO] [stdout]   | --- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `pub`
[INFO] [stdout]  --> src/constants.rs:6:86
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub const DEFAULT_PIE_ENVIRONMENT_ROOT_DIR: &'static str = "~/.pi/agent/environments"
[INFO] [stdout]   |                                                                                      ^ help: add `;` here
[INFO] [stdout] 7 | pub const DEFAULT_PIE_CONFIG_FILE: &'static str = "config.toml"
[INFO] [stdout]   | --- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `.`, `;`, `?`, `where`, or an operator, found `<eof>`
[INFO] [stdout]  --> src/constants.rs:7:51
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const DEFAULT_PIE_CONFIG_FILE: &'static str = "config.toml"
[INFO] [stdout]   |                                                   ^^^^^^^^^^^^^ expected one of `.`, `;`, `?`, `where`, or an operator
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `.`, `;`, `?`, `where`, or an operator, found `<eof>`
[INFO] [stdout]  --> src/constants.rs:7:51
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const DEFAULT_PIE_CONFIG_FILE: &'static str = "config.toml"
[INFO] [stdout]   |                                                   ^^^^^^^^^^^^^ expected one of `.`, `;`, `?`, `where`, or an operator
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `:`
[INFO] [stdout]   --> src/config/app.rs:14:16
[INFO] [stdout]    |
[INFO] [stdout] 14 |   pub template Option<TemplateConfig>,
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `:`
[INFO] [stdout]   --> src/config/app.rs:14:16
[INFO] [stdout]    |
[INFO] [stdout] 14 |   pub template Option<TemplateConfig>,
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::constants::*`
[INFO] [stdout]  --> src/config/app.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::constants::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::constants::*`
[INFO] [stdout]  --> src/config/app.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::constants::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `default` found for struct `GitSyncConfig` in the current scope
[INFO] [stdout]    --> src/config/app.rs:97:32
[INFO] [stdout]     |
[INFO] [stdout]  97 |       git: Some(GitSyncConfig::default()),
[INFO] [stdout]     |                                ^^^^^^^ associated function or constant not found in `GitSyncConfig`
[INFO] [stdout] ...
[INFO] [stdout] 130 | pub struct GitSyncConfig {
[INFO] [stdout]     | ------------------------ associated function or constant `default` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Default`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `default` found for struct `GitSyncConfig` in the current scope
[INFO] [stdout]    --> src/config/app.rs:97:32
[INFO] [stdout]     |
[INFO] [stdout]  97 |       git: Some(GitSyncConfig::default()),
[INFO] [stdout]     |                                ^^^^^^^ associated function or constant not found in `GitSyncConfig`
[INFO] [stdout] ...
[INFO] [stdout] 130 | pub struct GitSyncConfig {
[INFO] [stdout]     | ------------------------ associated function or constant `default` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following trait defines an item `default`, perhaps you need to implement it:
[INFO] [stdout]             candidate #1: `Default`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pi-pie` (lib test) due to 5 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `pi-pie` (lib) due to 5 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "adea9601ebacab822168719d4a3f6771edeb81c501b695213e8ee3db9de5645c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "adea9601ebacab822168719d4a3f6771edeb81c501b695213e8ee3db9de5645c", kill_on_drop: false }`
[INFO] [stdout] adea9601ebacab822168719d4a3f6771edeb81c501b695213e8ee3db9de5645c
